home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / peditpls.zip / WHATS.NEW < prev    next >
Text File  |  1991-12-10  |  9KB  |  245 lines

  1.  
  2.  
  3.  
  4.                            []=======================[]
  5.                            []  pEDIT  Version 2.01  []
  6.                            []=======================[]
  7.  
  8.  
  9.                                   New Features
  10.                                   ------------
  11.  
  12.          File 'pick' lists; enter a wildcard file specification such
  13.          as "GET FILE *.BAS" and pick from a list of all matching
  14.          file names
  15.  
  16.          Disk macros; these let you automate repetitive tasks and
  17.          extend (customize) the editor, i.e. give it some capability
  18.          it doesn't have built-in
  19.  
  20.          On-line help for every pEDIT command; the help file is user-
  21.          customizable
  22.  
  23.          TRIM BUFFER; this new command 'trims' each line of the
  24.          current buffer, i.e. sets the length to zero if the line is
  25.          composed entirely of blanks
  26.  
  27.          Limited wild-card search capablility; search for beginning
  28.          or end of line
  29.  
  30.          A default keyboard configuration is defined at startup if
  31.          no INI file is found. The labeled keys such as <Home>,
  32.          <PgUp>, <Del>, etc. are set to their normal function and
  33.          <Esc> is the DO COMMAND key. In the past you had to reboot
  34.          as there was no way to "talk to" the editor
  35.  
  36.          Telephone support for registered users
  37.  
  38.  
  39.                                   Just Improved
  40.                                   -------------
  41.  
  42.          Keyboard macros can now contain ANY keystroke as keys are
  43.          bound to a full command string rather than just a procedure
  44.          name
  45.  
  46.          Improved error handling; pEDIT now checks for sufficient
  47.          disk space before saving a file
  48.  
  49.          Improved editing in prompting mode; use the keys you're
  50.          already used to - a subset of your defined keys
  51.  
  52.          Smaller size; pEDIT 2 contains much new functionality yet
  53.          the executable is over 10k smaller than version 1.75!
  54.  
  55.          Improved performance in several areas;
  56.  
  57.            - GET FILE averages 10% faster
  58.            - WRITE FILE is up to twice as fast
  59.            - FILL PARAGRAPH is 40-50% faster
  60.  
  61.          Improved internal compiler support; with disk macros it is
  62.          now possible to loop through errors in your source code one-
  63.          at-a-time!
  64.  
  65.  
  66.                             Some Things Have Changed
  67.                             ------------------------
  68.  
  69.          Single DOS environment variable 'PEDIT' saves valuable
  70.          environment space; replaces 'PEDITHLP' and 'PEDITINI'
  71.  
  72.          Two sample init files are now provided:
  73.  
  74.            - Standard; tries to follow the so-called PC standard
  75.              with <F01> = Help, <Del> = EraseChar, etc.
  76.  
  77.            - Alternate; corresponds to what came with previous
  78.              versions of pEDIT
  79.  
  80.          A template for the old 84-key keyboard is no longer
  81.          provided
  82.  
  83.          FILL PARAGRAPH now reformats starting at the current line
  84.          instead of at the top of the paragraph
  85.  
  86.          FIND NEXT has been replaced by FINDNEXT as FIND NEXT
  87.          is now interpreted as 'search for the string "NEXT"'
  88.  
  89.  
  90.                            []=======================[]
  91.                            []  pEDIT  Version 2.10  []
  92.                            []=======================[]
  93.  
  94.  
  95.                                   New Features
  96.                                   ------------
  97.  
  98.          Multi-key commands; this major enhancement allows two-key
  99.          commands and permits emulation of WordStar, EMACS and many
  100.          other editors
  101.  
  102.          Abort; the abort key is now user definable and is not 'hard-
  103.          wired' to Ctrl-C
  104.  
  105.          DEFINE SHIFT; new command is used to define shift (lead in)
  106.          keys for the new multi-key commands
  107.  
  108.          RENAME FILE; new command changes the name of the disk file
  109.          assocuiated with a buffer so a file being edited can be
  110.          saved under a different name
  111.  
  112.          RULER; new command toggles a ruler on and off
  113.  
  114.          SET PINDENT; new command lets you automatically indent the
  115.          first line of a paragraph
  116.  
  117.          SET SCOPE Local|Global; when the scope is Global, all Find
  118.          and Replace operations operate on ALL user buffers - you can
  119.          now search for text anywhere in memory
  120.  
  121.  
  122.                                   Just Improved
  123.                                   -------------
  124.  
  125.          Smaller size; pEDIT 2.10 is now only 72k in size (on disk)
  126.          after being compressed by the marvelous LZEXE utility
  127.  
  128.          An elusive bug that would rarely insert nulls into the text
  129.          has been fixed.
  130.  
  131.          Overall performance has again been improved
  132.  
  133.          The number of user buffers has been increased from 4 to 6
  134.  
  135.          Replace now permits the same wildcards that can be used
  136.          with Find to match beginning/end of line
  137.  
  138.  
  139.                             Some Things Have Changed
  140.                             ------------------------
  141.  
  142.          Four sample initialization files are now provided:
  143.  
  144.            - WordStar
  145.  
  146.            - Emacs; the famous UNIX programmer's editor
  147.  
  148.            - Standard; tries to follow the so-called PC standard
  149.              with <F01> = Help, <Del> = EraseChar, etc.
  150.  
  151.            - Alternate; the original pEDIT configuration
  152.  
  153.          Switching to the COMMAND buffer is no longer permitted;
  154.          there is no reason for anyone to do so
  155.  
  156.          TRIM BUFFER now trims all lines of the buffer, not just
  157.          empty lines
  158.  
  159.          Any Help or File pick list selection can be cancelled by
  160.          pressing the defined Abort key
  161.  
  162.  
  163.                           []==========================[]
  164.                           []  pEDIT PLUS Version 1.0  []
  165.                           []==========================[]
  166.  
  167.  
  168.                                   New Features
  169.                                   ------------
  170.  
  171.          Unique graphical ButtonBar interface; press a button -
  172.          don't pull down a menu
  173.  
  174.          Mouse support; requires a Microsoft compatible mouse
  175.  
  176.          Tutorial leads you through the basic editing functions
  177.  
  178.          An index and Troubleshooting Guide have been added to the
  179.          documentation
  180.  
  181.          The current location (line and column) are now shown on the
  182.          status line
  183.  
  184.          The number of files that can be edited at one time has been
  185.          increased from 6 to 16
  186.  
  187.          50-line VGA mode is now supported (text mode only)
  188.  
  189.          WIPE TEXT; new command erases the selected text without
  190.          copying it to the clipboard
  191.  
  192.          SET VIDEO; new command switches between text and graphics
  193.          modes
  194.  
  195.          LIST ASCII: new command displays the full (1-255) Ascii
  196.          character set
  197.  
  198.          New Microsoft Quick Editor configuration; used by Micro-
  199.          soft's Quick Languages (QuickBASIC, QuickC) and the new DOS
  200.          5 Editor
  201.  
  202.          The initialization file can now contain an auto-executing
  203.          macro
  204.  
  205.                                   Just Improved
  206.                                   -------------
  207.  
  208.          A bug that added extra lines to the end of a buffer has
  209.          been fixed.
  210.  
  211.          A problem with the REPLACE command where adjacent like
  212.          characters were missed has been corrected.
  213.  
  214.          The speed of cursor movement on long lines has been im-
  215.          proved dramatically
  216.  
  217.          A problem with word wrap that could cause a line to break
  218.          at the wrong place has been fixed
  219.  
  220.          The program could abort if REMOVE TEXT or STORE TEXT was
  221.          invoked for a very large block of text; this has been fixed
  222.  
  223.          The editor can now detect if a floppy drive is not available
  224.          without hanging the system
  225.  
  226.          Autosave is now timed; select a 1-30 minute interval
  227.  
  228.  
  229.                             Some Things Have Changed
  230.                             ------------------------
  231.  
  232.          The ALT (Alternate) configuration has been eliminated
  233.  
  234.          DOS, XDOS, SPAWN and XSPAWN have all been merged into a
  235.          single DOS function
  236.  
  237.          The LIST BUFFERS command has been eliminated; this infor-
  238.          mation is shown in the BUFFER window
  239.  
  240.          The KEYBOARD command has been renamed to ALTHELP; this now
  241.          displays both Button and Keyboard Help
  242.  
  243.          The first key of a two-key command is echoed on the message
  244.          line as a reminder that a second keypress is expected
  245.